home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILREEN / TXT2PS.LZH / PSPRINT.PS < prev    next >
Text File  |  1992-01-23  |  674b  |  29 lines

  1. %!PS-Adobe-1.0
  2. %%Creator: Kent Quirk
  3. %%Title: PSPRINT-generated
  4. %%EndComments
  5. /nl                     % prints string and does a newline
  6. {   % string nl
  7.     show                                % draw the string
  8.     currentpoint leading sub 
  9.     exch pop lmarg exch moveto          % go to next line
  10. } def
  11.                     % set defaults
  12. /lmarg 24 def
  13. /tmarg 24 def
  14. /leading 11.5 def
  15. /font /Courier def
  16. /pointsize 12 def
  17.  
  18. /np                     % starts a new page
  19. {
  20.     lmarg 72 11 mul tmarg sub moveto
  21. } def
  22. /sp { showpage np } def
  23. /lp { showpage } def        % like sp only for last page
  24. /ff { font findfont pointsize scalefont setfont } def
  25.  
  26. %%EndProlog
  27. np
  28. ff
  29.